Northwoods.GoSilverlight 1.3.5 Assembly
LinkToParameterPath Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkToParameterPath Property

Gets or sets a property path that that specifies how to get optional "port" parameter information for the "to" node data of a link data object.

Syntax

Visual Basic (Declaration) 
Public Property LinkToParameterPath As String
C# 
public string LinkToParameterPath {get; set;}

Property Value

This value is used by FindToParameterForLink to get an object describing the "to" end of this link data.

Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindToParameterForLink for most cases.

The value of this property path applied to a link data object must be of type PortKey.

Requirements

See Also

© 2012 All Rights Reserved.